html{
    background: #fff;
    color: #000;
    font-family: "Microsoft YaHei", "微软雅黑" !important;
}

/*下面不能用 * 会造成table的居中失效*/
body,li,ul,form,input,select,textarea,button,h1,h2,h3,h4,h5,h6{
    font-family: "Microsoft YaHei", "微软雅黑";
    padding: 0;
    margin: 0;
}
a{
    text-decoration: none;
    color: #333;
}
a:hover{
    text-decoration: none;
}
fieldset,img{
    border: none;
}
table{
    border-collapse: collapse;/*表格边线是否合并*/
    border-spacing: 0;/*没有间距*/
}
iframe{
    display: block;
    border: none;
}
ul{
    list-style: none;
}
.hide{
    display: none;
}
.block{
    display: block;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clear{
    clear: both;
}
i, em {
    font-style: normal;
}
img{
    border:0;
    vertical-align:middle;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
p{
    word-wrap:break-word;
    margin: 0;
}
.newFlag{
    background: url("/static/images/new_flag.jpg") no-repeat center center;
    width: 27px;
    height:11px;
    display: inline-block;
}
.titlePicFlag{
    color: #f90;
    float: none;
}
#main .new .zx_ul .titlePicFlag{
    color: #f90;
    float: none;
}
.con-list-other ul li .titlePicFlag{
    color: #f90;
    float: none;
}
.list-top-title .titlePicFlag{
    color: #f90;
    float: none;
}